MessageCompat

Helper for accessing features in Message.

Functions

Link copied to clipboard
open fun isAsynchronous(@NonNull message: Message): Boolean
Returns true if the message is asynchronous, meaning that it is not subject to Looper synchronization barriers.
Link copied to clipboard
open fun setAsynchronous(@NonNull message: Message, async: Boolean)
Sets whether the message is asynchronous, meaning that it is not subject to Looper synchronization barriers.